//
var TN_Widget = function() {
return {
//Options
newWindow : true,
linkText : "view
tickets",
tixUrl : "http://www.ticketnetwork.com/tix/",
trackingParams : "",
custLink : true,
//depricated
kbid : "",
//Overwrittable functions
trackingLink :"",
CreateCustomUrl : function(row) {
return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx";
},
CreateEventRow : function(row, isAlt) {
return "
" +
row[0] +" | " +
row[1] +" " +
row[2] +" | " +
row[3] +" " +
row[4] + " " +
row[5] + " | "+ this.linkText+ " |
";
},
AddCss: function(cssUrl) {
var fileref=document.createElement("link");
fileref.setAttribute("rel", "stylesheet");
fileref.setAttribute("type", "text/css");
fileref.setAttribute("href", cssUrl);
document.getElementsByTagName("head")[0].appendChild(fileref);
},
CreateTable : function(eventData,kywrds,url) {
if(typeof(TN_SetWidgetOptions) == "function")
TN_SetWidgetOptions();
//for backwards compatability
if(this.kbid != "")
this.trackingParams = "?img=249&kbid="+this.kbid;
var newTable = [];
for(var cntr = 0; cntr < eventData.length; cntr++)
newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1));
var objToAddTo;
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML = '' + newTable.join('') + '
';
} else
document.write('' + newTable.join('') + '
');
if(eventData.length >= 100 && kywrds != undefined) {
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML += '';
} else {
document.write("");
}
}
if(eventData.length > 0) {
document.getElementById("previewNote").style.display = "none";
}
}
};
}();
//BPW-TNSERV-04A
TN_Widget.CreateTable([['Old Crow Medicine Show','Crystal Grand Music Theatre','Lake Delton, WI','Saturday','7/12/2025','8:00 PM','7124170','Old-Crow-Medicine-Show-7-12-2025'],['Nitty Gritty Dirt Band','Crystal Grand Music Theatre','Lake Delton, WI','Saturday','7/19/2025','8:00 PM','6976935','Nitty-Gritty-Dirt-Band-7-19-2025'],['LoCash','Crystal Grand Music Theatre','Lake Delton, WI','Friday','8/15/2025','8:00 PM','7148168','LoCash-8-15-2025'],['Jo Dee Messina','Crystal Grand Music Theatre','Lake Delton, WI','Saturday','8/23/2025','8:00 PM','7032878','Jo-Dee-Messina-8-23-2025'],['Easton Corbin','Crystal Grand Music Theatre','Lake Delton, WI','Friday','8/29/2025','8:00 PM','7200293','Easton-Corbin-8-29-2025'],['Happy Together Tour','Crystal Grand Music Theatre','Lake Delton, WI','Saturday','8/30/2025','3:00 PM','6814062','Happy-Together-Tour-8-30-2025'],['The Red Hot Chilli Pipers','Crystal Grand Music Theatre','Lake Delton, WI','Sunday','9/7/2025','8:00 PM','6762865','The-Red-Hot-Chilli-Pipers-9-7-2025'],['Randy Houser','Crystal Grand Music Theatre','Lake Delton, WI','Friday','9/12/2025','8:00 PM','7203309','Randy-Houser-9-12-2025'],['Jason Petty','Crystal Grand Music Theatre','Lake Delton, WI','Saturday','9/20/2025','3:00 PM','7096819','Jason-Petty-9-20-2025'],['Larry Fleet','Crystal Grand Music Theatre','Lake Delton, WI','Friday','9/26/2025','8:00 PM','7163029','Larry-Fleet-9-26-2025'],['Etta May & The Southern Fried Chicks','Crystal Grand Music Theatre','Lake Delton, WI','Saturday','9/27/2025','8:00 PM','7054343','Etta-May---The-Southern-Fried-Chicks-9-27-2025'],['Tracy Lawrence','Crystal Grand Music Theatre','Lake Delton, WI','Friday','10/3/2025','8:00 PM','7027528','Tracy-Lawrence-10-3-2025'],['Home Free','Crystal Grand Music Theatre','Lake Delton, WI','Saturday','10/4/2025','8:00 PM','7180463','Home-Free-10-4-2025'],['Celtic Thunder','Crystal Grand Music Theatre','Lake Delton, WI','Sunday','10/5/2025','4:00 PM','7009297','Celtic-Thunder-10-5-2025'],['Chris Janson','Crystal Grand Music Theatre','Lake Delton, WI','Saturday','10/11/2025','8:00 PM','7096810','Chris-Janson-10-11-2025'],['David Nail','Crystal Grand Music Theatre','Lake Delton, WI','Friday','10/24/2025','8:00 PM','7212572','David-Nail-10-24-2025'],['Daniel O'Donnell','Crystal Grand Music Theatre','Lake Delton, WI','Saturday','11/1/2025','3:00 PM','6845230','Daniel-O-Donnell-11-1-2025'],['Carnie and Wendy Wilson','Crystal Grand Music Theatre','Lake Delton, WI','Friday','11/7/2025','8:00 PM','7053337','Carnie-and-Wendy-Wilson-11-7-2025'],['Mitchell Tenpenny','Crystal Grand Music Theatre','Lake Delton, WI','Saturday','11/22/2025','8:00 PM','7174029','Mitchell-Tenpenny-11-22-2025'],['The Oak Ridge Boys','Crystal Grand Music Theatre','Lake Delton, WI','Saturday','12/13/2025','3:00 PM','6907003','The-Oak-Ridge-Boys-12-13-2025']],'Crystal Grand Music Theatre','http://www.ticketnetwork.com/ticket/Crystal-Grand-Music-Theatre-events.aspx');